blob: 1ecc39e43afb181f689525a622828e376bed573f [file] [log] [blame]
// Compile with:
// g++ -g -shared -o libtest25-cyclic-type-v1.so test25-cyclic-type-v1.cc
struct S
{
int m0;
char m1;
S* m2;
};
void
foo(S&)
{
}