]> git.proxmox.com Git - rustc.git/blob - tests/run-make/native-link-modifier-verbatim-rustc/upstream_native_dep.rs
bump version to 1.75.0+dfsg1-1~bpo12+pve1
[rustc.git] / tests / run-make / native-link-modifier-verbatim-rustc / upstream_native_dep.rs
1 #[no_mangle]
2 pub fn upstream_native_f() -> i32 {
3 return 0;
4 }