OSDN Git Service

PR c++/54325
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / label1.C
1 //PR c++/27820
2
3 void foo()
4 {
5     L: L: ; // { dg-error "duplicate label" }
6 }
7