OSDN Git Service

2012-04-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / incomplete-4.c
1 void foo()
2 {
3   enum E e; /* { dg-error "storage size" } */
4 }