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

3 lines
74 B
C

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