1 2 3 4 5 6 7 8 9 10
int main (void) { __label__ l1; void __attribute__((used)) q(void) { goto l1; } l1:; }