Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fe3fee46221c2b2ecf76b17824d66fc73afbb4f3
/
.
/
Tests
/
ConfigSources
/
main_one_config.cpp
blob: 318944b66949f11b793ab939c96b1148981a1e6e [
file
]
#include
"iface.h"
int
main
()
{
#ifdef
CFG_ONE
iface_src
();
#endif
return
0
;
}