rust/tests/run-pass/ice-2727.rs

5 lines
49 B
Rust

pub fn f(new: fn()) {
new();
}
fn main() {}