2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920415-1.c
blob8d9bc0653493ec7a30d9b0bb07801f135ed7b7e6
1 #ifndef NO_LABEL_VALUES
2 f ()
4 __label__ l;
5 void *x()
7 return &&l;
9 goto *x ();
10 abort ();
11 return;
13 exit (0);
15 #else
16 int x;
17 #endif