OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / pr35447-1.c
1 /* ICE arising from preparing to enter a scope for a nested function
2    but never doing so.  PR 35447.  */
3
4 void foo()
5 {
6   ({ int i().; }); /* { dg-error "expected" } */
7 } /* { dg-error "expected" } */