blob: 84f867976d5e4ce7011c62f688708f056df5f456 [file] [log] [blame]
struct S {
m : T,
}
type T = i32;
@fragment
fn f() {
var v : S;
}