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