blob: 05391c93fd32734aca053f61c1052cc2cae54329 [file] [log] [blame]
alias T = S;
struct S {
m : i32,
}
@fragment
fn f() {
var v : T;
}