Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
baceeb2c18da03c6741ca68a42e2bb6b665cb7c1
/
.
/
Tests
/
RunCMake
/
ObjectLibrary
/
requires.c
blob: a5b429a19f8ab281bce5f459657eede034b00270 [
file
]
#ifdef
REQUIRED
int
required
(
void
)
{
return
0
;
}
#else
# error "REQUIRED not defined"
#endif