1 2 3 4 5 6
// { dg-do assemble } // GROUPS passed old-abort typedef struct Thing { Thing(); int x; } Thing;