aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/m9a.C
blob: 9118306d69778f4041bf95f864045eda85d5a2aa (plain)
1
2
3
4
5
// Build don't link: 

struct A { A() { a = 1; } int a; }; // ERROR - 
struct A { A() { a = 2; } int a; }; // ERROR - 
A aavv;