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
/
tests
/
run-make
/
issue-14500
/
foo.rs
blob: 7c19c1f2c678a632c43cd1db85bca5b8e2b38cca (
plain
)
1
2
3
4
5
#[no_mangle]
pub
extern
"C"
fn
foo
()
{}
#[no_mangle]
pub
static
FOO_STATIC
:
u8
=
0
;