int x; int y; test(){ if (x<10) { goto l66;; } else { y=100; y++; l66: // label at end of compound statement } }