aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/label2.C
blob: bce21125d55fd4d0670bd5fb82986768ecdbfd76 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link: 
// GROUPS passed labels
class X {
public:
    X();
};
void foo ()
{
X:  ::abort();
    goto X;
}