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