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