Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
da52e4e5712116a17c574efcb677fcd95db1bb56
/
.
/
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
;
}