]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/issue-96498/foo.rs
Rollup merge of #95365 - mkroening:hermit-alloc-error-handler, r=joshtriplett
[rust.git] / src / test / run-make / issue-96498 / foo.rs
1 #![crate_type = "cdylib"]
2
3 #[no_mangle]
4 extern "C" fn foo() {}