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