OSDN Git Service

PR tree-optimization/52019
[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 }