OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / pr28291.C
1
2 // Test to make sure we do not ICE on this invalid program.
3
4 // { dg-do compile }
5 // { dg-options "" }
6
7 struct A
8 {
9   static int i;
10   int j;
11 };
12
13 A a = { i:0 }; // { dg-error "non-static data member" }