Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / other / static2.C
blobff1478c2a9469f0ee24072c83159cf827bf48ed2
1 //PR c++/26573
3 void foo()
5   struct A { static int i; };   // { dg-error "shall not have" }
8 template<typename T>
9 void bar()
11   struct B { static int j; };   // { dg-error "shall not have" }