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