rustc/tests/ui/lint/auxiliary/external_extern_fn.rs
2023-08-02 10:33:26 +02:00

4 lines
44 B
Rust

extern "C" {
pub fn extern_fn(x: u8);
}