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