Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b151bcfc9ee53ad6aa4e24760bce87f1004f6381
/
.
/
Tests
/
InterfaceLibrary
/
libsdir
/
sharedlib.cpp
blob: c49ce905b1cf46c05e7ab4f8ef0be9b9f10e33d0 [
file
] [
log
] [
blame
]
#include
"sharedlib.h"
SharedDependLibObject
SharedLibObject
::
object
()
const
{
SharedDependLibObject
sdlo
;
return
sdlo
;
}
int
SharedLibObject
::
foo
()
const
{
return
0
;
}