blob: 56bba683b9778dc6dad364156124e402e4c52246 [file] [log] [blame]
struct S2 {
int m;
};
struct S1 {
S2 m;
};
void f() {
S1 v = (S1)0;
}