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