blob: 761410b1b52fef3c8d5a3a25af97d1fa017ec5e8 [file] [log] [blame]
__declspec(dllimport) void exportFunc(void);
int main() { exportFunc(); }