Imported Upstream version 2.8.12.2
[platform/upstream/cmake.git] / Tests / ExportImport / Export / testSharedLibRequiredUser.h
1
2 #ifndef TESTSHAREDLIBREQUIREDUSER_H
3 #define TESTSHAREDLIBREQUIREDUSER_H
4
5 #include "testsharedlibrequireduser_export.h"
6
7 struct TESTSHAREDLIBREQUIREDUSER_EXPORT TestSharedLibRequiredUser
8 {
9   int foo();
10 };
11
12 #endif