rust/tests/run-pass/ice-2727.rs
2019-01-08 21:46:39 +01:00

5 lines
49 B
Rust

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