Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
InterfaceLibrary
/
libsdir
/
shareddependlib.cpp
blob: 378ba8165f5caf2b22a1adc71acb41c6bf541abb [
file
] [
log
] [
blame
]
#include
"shareddependlib.h"
int
SharedDependLibObject
::
foo
()
const
{
return
0
;
}