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