rust/tests/run-make/reachable-extern-fn-available-lto/foo.rs
2024-05-13 22:56:21 -04:00

6 lines
85 B
Rust

#[no_mangle]
pub extern "C" fn foo() {}
#[no_mangle]
pub static FOO_STATIC: u8 = 0;