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