__declspec(dllimport) void exportFunc(void);
int main() { exportFunc(); }