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