index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
windows
/
11 exe implib
/
prog.c
blob: aa3bc5c57d7c9ce945110f299f65a1d2c6b826e2 (
plain
)
1
2
3
4
5
6
#include
<windows.h>
int
__declspec
(
dllexport
)
main
(
void
)
{
return
0
;
}