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

class
#ifdef _WIN32
__declspec(dllexport)
#endif
Foo
{
public:
  int foo();
};