Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fca7e77bffa8670b418d4692903e4f86fd311bc9
/
.
/
Tests
/
Framework
/
useExternal.c
blob: 8494b15068c631e14b2cb05e70f483610cd6f5df [
file
]
extern
int
external
(
void
);
int
main
(
void
)
{
return
external
();
}