aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/net14.C
blob: 4f32fdd52ea07753b722c124a58940bc1693f787 (plain)
1
2
3
4
5
6
7
// Build don't link:
// this probably does not have correct debugging info generated.

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