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