Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / g++.dg / template / static9.C
blob4575708e4e507e2766ffb6f863b17e409f76f6d9
1 // PR c++/17524
3 template<typename T> struct A
5   static const T i = 0; // { dg-error "" }
6 };
8 A<void> a; // { dg-error "" }