Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6746fd05c92a8edb94de746846227e6101fc05e
/
.
/
Tests
/
InterfaceLibrary
/
libsdir
/
shareddependlib
/
shareddependlib.h
blob: ad9b484b7a895d2e4eddb7f655e6ba1234280f63 [
file
] [
log
] [
blame
]
#ifndef
SHAREDDEPENDLIB_H
#define
SHAREDDEPENDLIB_H
#include
"shareddependlib_export.h"
struct
SHAREDDEPENDLIB_EXPORT
SharedDependLibObject
{
int
foo
()
const
;
};
#endif