// PR c++/35297 // { dg-do compile { target c++11 } } template struct test2 {}; int main() { test2<> a; return 0; }