blob: 36b2b236c8f1c3b0e5b997f30a067dbc69c6e58a [file] [log] [blame]
// { dg-do assemble }
// this probably does not have correct debugging info generated.
typedef struct Thing {
Thing();
int x;
} Thing;