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