index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
run-make
/
native-link-modifier-verbatim-linker
/
local_native_dep.rs
blob: 59b6c92d2936378b53d979f43ca5aaaa1f77c40b (
plain
)
1
2
3
4
#[no_mangle]
pub
fn
local_native_f
()
->
i32
{
return
0
;
}