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