1__declspec(dllimport) void exportFunc(void);
2int main() { exportFunc(); }
3

source code of lldb/test/Shell/Target/Inputs/main.c