2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920428-3.c
blob13640c98ad2d9ffb6e8e0d39821d5bdd8ce01522
1 #ifndef NO_LABEL_VALUES
2 x(a){static void*j[]={&&l1,&&l2};goto*j[a];l1:return 0;l2:return 1;}
3 #else
4 main(){ exit (0); }
5 #endif