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