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