rustc/tests/run-make/issue-96498/foo.rs
2023-08-02 10:33:26 +02:00

5 lines
63 B
Rust

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