summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/net14.C
blob: 36b2b236c8f1c3b0e5b997f30a067dbc69c6e58a (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// this probably does not have correct debugging info generated.

typedef struct Thing {
                Thing();
        int     x;
} Thing;