OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr20245-1.c
1 /* Bug 20245: the parse error should not result in an ICE.  */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 void foo() x; /* { dg-error "expected" } */