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