index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
Framework
/
FrameworkSystemIncludeTest.c
blob: 644a97889a86e864b9633431ca6eac527cc8a6de (
plain
)
1
2
3
4
5
6
7
8
#include <Example/Example.h>
int
foo
(
void
);
int
foo
(
void
)
{
return
42
;
}