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