Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.brendan / init7.C
blobefbf5c8cba010f33df3d1221b6f91c443444b6e7
1 // { dg-do assemble  }
2 // GROUPS passed initialization
3 struct myChoiceList
5         int bla;
6         int blubb;
7         int brummbrumm;
8 };
10 extern const myChoiceList foo;
12 extern const myChoiceList foo = {1,1,1};
14 // finish_decl should have an exclusion so an error is not produced
15 // for this line.
16 extern const myChoiceList foo;