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