]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.dg/switch-3.c
re PR c++/14267 (ICE on invalid, cast to lval related)
[gcc.git] / gcc / testsuite / gcc.dg / switch-3.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 case 4: /* { dg-error "not within a switch statement" } */
11 return 1;
12 }
This page took 0.037085 seconds and 5 git commands to generate.