1 static void ok_top(void)
8 static void ko_undecl(void)
11 goto l
; // KO: undeclared
14 static void ok_local(void)
25 static void ko_scope(void)
32 goto l
; // KO: undeclared
36 * check-name: label-scope1
39 label-scope1.c:11:9: error: label 'l' was not declared
40 label-scope1.c:32:1: error: label 'l' was not declared