rust/tests/run-make/mingw-export-call-convention/foo.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
72 B
Rust
Raw Normal View History

2020-07-03 14:00:14 -05:00
#![crate_type = "cdylib"]
#[no_mangle]
pub extern "system" fn bar() {}