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