summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testSharedLibDepends.h
blob: e84fb545440a91ee5dd7e1ab6b93b7ddbd5fbfe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifndef TESTSHAREDLIBDEPENDS_H
#define TESTSHAREDLIBDEPENDS_H

#include "testsharedlibdepends_export.h"

#include "renamed.h"
#include "testSharedLibRequired.h"

struct TESTSHAREDLIBDEPENDS_EXPORT TestSharedLibDepends
{
  int foo();
};

#endif