// PR c++/35297 // { dg-options "-std=c++0x" } template struct test2 {}; int main() { test2<> a; return 0; }