OSDN Git Service

2007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
[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