summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testLib4.c
blob: 846b4389b4f89805a993c9d5217dfe617dca6d46 (plain)
1
2
3
4
5
6
7
#if defined(_WIN32) || defined(__CYGWIN__)
# define testLib4_EXPORT __declspec(dllexport)
#else
# define testLib4_EXPORT
#endif

testLib4_EXPORT int testLib4(void) { return 0; }