Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bf645e0577ef74a2b131a71c31b28b3e2a3f2cd2
/
.
/
Tests
/
ObjectLibrary
/
Transitive
/
BarObject1.c
blob: 2f683862144289623019fc06a9180383d1a1eb96 [
file
]
extern
int
BarObject2
(
void
);
int
BarObject1
(
void
)
{
return
BarObject2
();
}