rust/tests/data/parser/ok/0025_extern_fn_in_block.rs
2018-08-04 13:17:24 +03:00

3 lines
35 B
Rust

fn main() {
extern fn f() {}
}