Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2bfb9f7e8aa0c8ea96a1637a2b022d514bb502dc
/
.
/
Tests
/
ConfigSources
/
custom4.cpp.in
blob: 8a8b2a8df174d59b89d0ee54095e252b379b2fd3 [
file
]
#ifdef
CUSTOM_CFG_DEBUG
int
custom4_debug
()
{
return
0
;
}
#endif
#ifdef
CUSTOM_CFG_OTHER
int
custom4_other
()
{
return
0
;
}
#endif