blob: 3c7857950b896e02999c3b6629315b3fe2dc0b4b [file] [log] [blame]
struct S1 {
m : S2,
}
struct S2 {
m : i32,
}
@fragment
fn f() {
var v : S1;
}