blob: ce6d5fe4f202bf5e00d28b67d5c15f549b359aaf [file] [log] [blame]
fn a(x : ptr<function, i32>) {
}
fn b(x : ptr<function, i32>) {
a(x);
}
//it