OSDN Git Service

2006-12-19 Eric Christopher <echristo@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / switch-A.c
1 /* { dg-do compile } */
2
3 void foo()
4 {
5   switch (,) { } /* { dg-error "expected expression before" } */
6 }
7