// { dg-do compile { target c++11 } } template struct vector_c { }; vector_c v1; vector_c v2; vector_c v3;