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