summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testSharedLibDepends.h
blob: 8b2f84eb348a3e8ca25be7dea15cf5513001ef6e (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 "testSharedLibRequired.h"
#include "renamed.h"

struct TESTSHAREDLIBDEPENDS_EXPORT TestSharedLibDepends
{
  int foo();
};

#endif