2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000518-1.c
blobfda44b657cce7570e3510fc52d30b27840c409f5
1 void callit1(void*);
3 extern __inline__ void test()
5 __label__ l1;
7 callit1(&&l1);
9 l1:
14 void dotest()
16 test();