(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.mike/
net14.C
// { dg-do assemble  }
// this probably does not have correct debugging info generated.

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