]> git.proxmox.com Git - rustc.git/blob - tests/run-make/issue-14500/foo.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / issue-14500 / foo.rs
1 #[no_mangle]
2 pub extern "C" fn foo() {}
3
4 #[no_mangle]
5 pub static FOO_STATIC: u8 = 0;