switch-A.c   [plain text]


/* { dg-do compile } */

void foo()
{
  switch (,) { } /* { dg-error "expected expression before" } */
}