1 2 3 4 5 6 7 8 9 10
#ifdef _WIN32 __declspec(dllimport) #endif void bar(); int main(int ac, char** av) { bar(); return 0; }