summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testSharedLibRequired.h
blob: edaddd485309d955e5878d2302e27e5dd79e0f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef TESTSHAREDLIBREQUIRED_H
#define TESTSHAREDLIBREQUIRED_H

#include "testsharedlibrequired_export.h"

struct TESTSHAREDLIBREQUIRED_EXPORT TestSharedLibRequired
{
  int foo();
};

#endif