2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / anon-struct6.C
blob11a7bbd6076245a482d7905dc532aec3ad53ead2
1 // PR c++/33460
3 struct A
5   struct
6   {  // { dg-error "anonymous struct cannot have function members" }
7     struct { static int i; }; // { dg-error "prohibits anonymous structs|non-static data members" } 
8     void foo() { i; }
9   }; // { dg-error "prohibits anonymous structs" }