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: cf6733510db1a2327be41904a9dfb5d34efb4c89 (
plain
)
1
2
3
4
5
6
7
#include
<windows.h>
class
Foo
;
int
main
(
int
argc
,
char
**
argv
)
{
return
0
;
}