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