rust/tests/run-make-fulldeps/issue-14500/foo.rs
2023-01-11 09:32:08 +00:00

6 lines
85 B
Rust

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