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