Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5ecd2acf75b4e88612199f2f2d63febdc0efaf2e
/
.
/
Tests
/
ObjectLibrary
/
Transitive
/
BarObject2.c
blob: 881c64a7699c139acb222a953ed2219fb6860bcf [
file
] [
log
] [
blame
]
extern
int
BarObject3
(
void
);
int
BarObject2
(
void
)
{
return
BarObject3
();
}