rust/tests/run-make/windows-safeseh/foo.rs

5 lines
63 B
Rust

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