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