aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/920415-1.c
blob: 2d6335aea55f1bb0b07503300d7fbd5fb1a5bbf6 (plain)
1
2
3
4
5
#ifndef NO_LABEL_VALUES
main(){__label__ l;void*x(){return&&l;}goto*x();abort();return;l:exit(0);}
#else
main(){ exit (0); }
#endif