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

#ifndef RENAMED_H
#define RENAMED_H

#include "renamed_on_export_export.h"

struct RENAMED_ON_EXPORT_EXPORT Renamed
{
  int foo();
};

#endif