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