OSDN Git Service

* builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / switch-2.c
1 /* PR c/9262 */
2 /* Originator: Rasmus Hahn <rassahah@neofonie.de> */
3 /* { dg-do compile } */
4
5 int foo(int i)
6 {
7   switch (i)
8     case 3:
9       return 1,
10 }  /* { dg-error "(parse|syntax) error" } */