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