* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000326-2.c
blob6578d4e41c637bfbed71cfb3440d5d03f8c52a92
1 /* { dg-require-effective-target label_values } */
3 extern int printk(const char *fmt, ...);
5 void foo (int x, int y)
7 __label__ here;
8 here:
9 printk ("", &&here);