Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
TryCompile
/
check_a_b.c
blob: 65535ac77524337afb962e0d976932364e8b96f4 [
file
]
#ifndef
DEF_A
# error DEF_A not defined
#endif
#ifndef
DEF_B
# error DEF_B not defined
#endif
int
main
(
void
)
{
return
0
;
}