crash4.C   [plain text]


// { dg-do assemble  }
// GROUPS passed old-abort
typedef struct Thing {
		Thing();
	int	x;
} Thing;