summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibraries/zot.h
blob: 5e4fb1ebaed7df63e367a2ece892f22ce2b997ef (plain)
1
2
3
4
5
6
7

#include "bar.h"

#ifdef _WIN32
__declspec(dllexport)
#endif
int zot();