]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/mingw-export-call-convention/foo.rs
1fec00311ef06b526d4dfa9ef067fe419bc42898
[rustc.git] / tests / run-make-fulldeps / mingw-export-call-convention / foo.rs
1 #![crate_type = "cdylib"]
2
3 #[no_mangle]
4 pub extern "system" fn bar() {}