aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/windows/launch/replace-dll/bar.c
blob: 7ddde5123483177fbac194a506c72bd8da6189c8 (plain)
1
__declspec(dllexport) int foo() { return 43; }