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
/
cmake
/
28 include directories
/
main.c
blob: bb7fe2966e1835392c944e155e343a649b34782b (
plain
)
1
2
3
4
5
6
7
8
9
#include
<stdint.h>
#include
<cmTest.h>
int
main
(
void
)
{
cmTestFunc
();
return
0
;
}