blob: 29a966d31a7d91c42d8a37ce5531c4a7d3ac9e77 [file] [log] [blame]
/* PR c/9262 */
/* Originator: Rasmus Hahn <rassahah@neofonie.de> */
/* { dg-do compile } */
int foo(int i)
{
switch (i)
case 3:
return 1,
} /* { dg-error "(parse|syntax) error" } */