Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c749982c13fa00a968fe0b171946b96d0884ea54
/
.
/
Tests
/
RunCMake
/
InterfaceLibrary
/
use_iface.c
blob: 66293e46159bb18be548a5834cac0d42b919cdc5 [
file
]
extern
int
iface
(
void
);
int
main
(
void
)
{
return
iface
();
}