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