aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/static1.C
blob: b30c796eb193765440a81eabcef3ab3c982f99fc (plain)
1
2
3
4
// Build don't link: 
// GROUPS passed static
class A { public: int a; };// ERROR - .*
void foo7 () { A::a = 3; }// ERROR - .*