rustc/tests/run-make/macos-fat-archive/lib.rs
2023-08-02 11:30:00 +02:00

4 lines
41 B
Rust

extern "C" {
pub fn native_func();
}