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
/
3 cpp
/
prog.cpp
blob: 69092f7b7ee8e072b6d0c2aa9c5f6d0f239674fb (
plain
)
1
2
3
4
5
6
7
#include
<windows.h>
class
Foo
;
int
main
(
void
)
{
return
0
;
}