// { dg-do assemble }
struct A {
struct B {
B (int);
};
static int foop (B);
int splat () {
return foop (B (1));
}
};
// { dg-do assemble }
struct A {
struct B {
B (int);
};
static int foop (B);
int splat () {
return foop (B (1));
}
};