Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
99d3e209996caf2d07684822ed90372a7b89a166
/
.
/
Tests
/
ExternalOBJ
/
executable.cxx
blob: f9ec61df533b8ff9d83feb6f5e86019f23fe0c73 [
file
]
extern
int
external_object_function
();
int
main
()
{
return
external_object_function
();
}