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