]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/issue-96498/foo.rs
:arrow_up: rust-analyzer
[rust.git] / src / test / run-make / issue-96498 / foo.rs
1 #![crate_type = "cdylib"]
2
3 #[no_mangle]
4 extern "C" fn foo() {}