aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/ok/0025_extern_fn_in_block.rs
blob: 289809809a6b662506fec6c72f23da192f8f7790 (plain)
1
2
3
fn main() {
    extern fn f() {}
}