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
/
VerifyHeaderSets
/
a.h
blob: 8b1718216a0e786df67f49d831ae78d7598ce8ee (
plain
)
1
2
3
4
5
#ifdef TEST_A_H
# error
"TEST_A_H defined"
#endif
extern
void
a_h
(
void
);