Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
target_compile_options
/
CMP0101.c
blob: 7ef61172ac640944bcc5ec7f85b4ea031f828e6e [
file
]
#if defined(BEFORE_KEYWORD)
# error "BEFORE not honored"
#endif
int
main
(
void
)
{
return
0
;
}