Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 20000518-1.c
blobd2087796a8473850ae9000a9a70f0d280ed5a905
1 void callit1(void*);
3 extern __inline__ void test()
5 __label__ l1;
7 callit1(&&l1);
9 l1:;
14 void dotest()
16 test();