llvm/lldb/test/Shell/Target/Inputs/main.c

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