]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-14500/foo.rs
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / run-make-fulldeps / issue-14500 / foo.rs
1 #[no_mangle]
2 pub extern "C" fn foo() {}
3
4 #[no_mangle]
5 pub static FOO_STATIC: u8 = 0;