blob: b1c9e6624629bff016f994cacff4e66efc169d65 [file] [log] [blame]
type T1 = T2;
type T2 = i32;
@stage(fragment)
fn f() {
var v : T1;
}