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

#ifndef TESTSHAREDLIBDEPENDS_H
#define TESTSHAREDLIBDEPENDS_H

#include "testsharedlibdepends_export.h"

#include "testSharedLibRequired.h"

struct TESTSHAREDLIBDEPENDS_EXPORT TestSharedLibDepends
{
  int foo();
};

#endif