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