hanchenye-llvm-project/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/main.c

10 lines
86 B
C

#include <stdio.h>
int
main()
{
printf("Set a breakpoint here.\n");
return 0;
}