Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a7acb7dac674eeeac3f93fe44f18f2d9285f42
/
.
/
Tests
/
ObjectLibrary
/
Transitive
/
Transitive.c
blob: 43089b8c2a3601e46ba5b997e10fc9ebde8fddb2 [
file
] [
log
] [
blame
]
extern
int
FooObject
(
void
);
extern
int
FooStatic
(
void
);
int
main
(
void
)
{
return
FooObject
()
+
FooStatic
();
}