aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash4.C
blob: 1f8a3ffc5324f775ac10870dae5c0124f7d5bf71 (plain)
1
2
3
4
5
6
// Build don't link: 
// GROUPS passed old-abort
typedef struct Thing {
		Thing();
	int	x;
} Thing;