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