1 2 3 4 5 6 7 8 9 10 11 12
char a; short b; void fn1() { if (b) ; else { int c[1] = {0}; l1:; } if (a) goto l1; }