Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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
;
}