aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/arm3.C
blob: c352bfa57f034ea6e785ca87eb8a08a095093ae2 (plain)
1
2
3
4
5
6
7
8
9
// Build don't link: 
// GROUPS passed initialization
// ARM $11.4: A function first declared in a friend decl is equivalent
// to an extern decl, so the below is illegal.

class X {
      friend g(); // ERROR - previous declaration
};
static g() { return 1; }// ERROR - previously declared