Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
455f2249bc7c1930153bcd4c0f8c3a17f8b20cd6
/
.
/
Tests
/
ObjectLibrary
/
TransitiveLinkDeps
/
impl_obj.c
blob: f5760b7e2e30761d042c423e30809650c8c02fe9 [
file
]
int
from_dep
(
void
);
int
impl_obj
(
void
)
{
return
from_dep
();
}