coreboot-kgpe-d16/util/romcc/tests/simple_test64.c

13 lines
127 B
C

static void main(void)
{
static const int foo = 2;
switch(foo) {
case 1:
break;
case 2:
break;
default:
break;
}
}