Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
windows
/
1 basic
/
prog.c
blob: f400e12ec06cb3bdd7caaec32e7934ebc987bbd1 [
file
] [
edit
]
#include
<windows.h>
int
main
(
void
)
{
return
0
;
}