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