Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
32388821e2fedfdfbe080897697c5f6d16357321
/
.
/
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