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