summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/mingw-export-call-convention/foo.rs
blob: 1fec00311ef06b526d4dfa9ef067fe419bc42898 (plain)
1
2
3
4
#![crate_type = "cdylib"]

#[no_mangle]
pub extern "system" fn bar() {}