Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a4b04e62fc44f36982308e9d3be6611b5f9cd4ce
/
.
/
Tests
/
ObjectLibrary
/
Transitive
/
BarMain.c
blob: aec3e48eb590ec6231fb08341ffa62eac0be2ce0 [
file
]
extern
int
BarObject1
(
void
);
int
main
(
void
)
{
return
BarObject1
();
}