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
/
c-dynamic-rlib
/
cfoo.c
blob: fea490cf9b45fb6347a8afa71a98636e8845914a (
plain
)
1
2
3
4
#ifdef _WIN32
__declspec
(
dllexport
)
#endif
int
foo
()
{
return
0
;
}