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