summaryrefslogtreecommitdiff
path: root/Tests/StagingPrefix/Producer/bar.h
blob: a56bd5dc1d8c7db87329b9a3c5b0ef711b5ab757 (plain)
1
2
3
4
5
6
7
8
9
10

class
#ifdef _WIN32
  __declspec(dllexport)
#endif
    Bar
{
public:
  int bar();
};