blob: 42d95bf49c90063895f7138ad410d9c100e24331 [file]
type a = i32;
fn f(a : a) {
let b = a;
}