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