2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / label9.C
blob81b385ffe3ae2066ebcda6b87839be00f230219d
1 // PR c++/32121
2 // { dg-do compile }
4 int f (void)
6   while (1)
7     __label__ a;        // { dg-error "not at the beginning" }
8   for (;;)
9     __label__ b;        // { dg-error "not at the beginning" }