index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
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
;
}