Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd64b84d152ea0d9e2425e172db34aeb67ea8cf1
/
.
/
Tests
/
CMakeCommands
/
target_link_libraries
/
depD.cpp
blob: b02c76cf322ab7e419bab78801aa5cc8bf147c62 [
file
]
#include
"depD.h"
int
DepD
::
foo
()
{
return
0
;
}
DepA
DepD
::
getA
()
{
DepA
a
;
return
a
;
}