PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / switch-3.c
blob593c42d8b16ef8ec3a4fb4acec8a53e5cc219260
1 /* PR c/9262 */
2 /* Originator: Rasmus Hahn <rassahah@neofonie.de> */
3 /* { dg-do compile } */
5 int foo(int i)
7 switch (i)
8 case 3:
9 return 1;
10 case 4: /* { dg-error "not within a switch statement" } */
11 return 1;