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
/
linkage-attr-on-static
/
foo.c
blob: 78a6934f57f76766182836819f92e94c3d513a4c (
plain
)
1
2
3
4
5
6
7
#include
<stdint.h>
extern
int32_t
BAZ
;
int32_t
what
()
{
return
BAZ
;
}