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