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

5 lines
63 B
Rust

#![crate_type = "cdylib"]
#[no_mangle]
extern "C" fn foo() {}