]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/linker-output-non-utf8/exec.rs
New upstream version 1.39.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / linker-output-non-utf8 / exec.rs
1 #[link(name="library")]
2 extern "C" {
3 fn foo();
4 }
5
6 fn main() { unsafe { foo(); } }