Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
CMakeCommands
/
target_link_libraries
/
depC.cpp
blob: 60bed592ffc8f0380164424d40ebb835fadb30be [
file
]
#include
"depC.h"
int
DepC
::
foo
()
{
return
0
;
}
DepA
DepC
::
getA
()
{
DepA
a
;
return
a
;
}