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

testLib5_EXPORT int testLib5(void) { return 0; }