blob: fff226f56c20edab4bb215771f7eab202a94087a [file] [log] [blame]
// Compile this with:
// g++ -shared -g -o libtest42-leaf-report-v1.so test42-leaf-report-v1.cc
struct leaf
{
int m0;
char m1;
};
struct C
{
leaf *m0;
};
void
fn(C&)
{}