]> git.lizzy.rs Git - rust.git/blob - tests/run-make/issue-96498/foo.rs
Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors
[rust.git] / tests / run-make / issue-96498 / foo.rs
1 #![crate_type = "cdylib"]
2
3 #[no_mangle]
4 extern "C" fn foo() {}