OSDN Git Service

2007-08-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / parse-error-1.c
1 /* PR c/28649 */
2 /* { dg-do compile } */
3
4 void foo()
5 {
6    +;  /* { dg-error "expected expression" } */
7    +;  /* { dg-error "expected expression" } */
8 }
9
10 int +;  /* { dg-error "expected identifier" } */