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