Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Tests / ExportImport / Export / testSharedLibRequired.h
1
2 #ifndef TESTSHAREDLIBREQUIRED_H
3 #define TESTSHAREDLIBREQUIRED_H
4
5 #include "testsharedlibrequired_export.h"
6
7 struct TESTSHAREDLIBREQUIRED_EXPORT TestSharedLibRequired
8 {
9   int foo();
10 };
11
12 #endif