rust/tests/run-make/issue-14500/foo.rs
2023-03-30 07:34:55 -05:00

6 lines
85 B
Rust

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