2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000326-2.c
blob055260f6e641c53267fe6dfbec0bb57a25fb7449
1 #ifndef NO_LABEL_VALUES
2 extern int printk(const char *fmt, ...);
4 void foo (int x, int y)
6 __label__ here;
7 here:
8 printk ("", &&here);
11 #else
12 int x;
13 #endif