This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
wut
Watch
2
Star
0
Fork
0
You've already forked wut
mirror of
https://github.com/wiiu-env/wut.git
synced
2025-01-09 17:49:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
wut
/
tests
/
test_compile_headers_as_cpp
/
main.cpp
7 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
Add compile headers test for c99 and c11.
2018-07-19 08:50:06 +01:00
#
include
"test_compile_headers_list.h"
Add some compile tests. These are to check there are no syntax errors in the headers and that all the CHECK_OFFSET and CHECK_SIZE macros are valid.
2018-06-18 10:26:37 +01:00
int
main
(
int
argc
,
char
*
*
argv
)
{
return
0
;
}
Reference in New Issue
Copy Permalink