rustc/tests/run-make/windows-safeseh/foo.rs
2024-06-04 21:09:03 +02:00

5 lines
63 B
Rust

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