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

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