Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c36c19d7118bab0cf76c42e0ff105ffdd964c823
/
.
/
Tests
/
InterfaceLibrary
/
libsdir
/
sharedlib
/
sharedlib.h
blob: 3e1894138d587afa518769350ca212066e9378a8 [
file
]
#ifndef
SHAREDLIB_H
#define
SHAREDLIB_H
#include
"shareddependlib.h"
#include
"sharedlib_export.h"
struct
SHAREDLIB_EXPORT
SharedLibObject
{
SharedDependLibObject
object
()
const
;
int
foo
()
const
;
};
#endif