// PR c++/65734 // { dg-do compile { target c++11 } } template struct BVector { T t; }; BVector m; template