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