gnu_label_addr_file_scope.c (122B)
1 /* Taking a label address is only meaningful inside a function. */ 2 void* g = &&nowhere; 3 int test_main(void) { return 0; }