xref: /llvm-project/lldb/test/API/macosx/find-app-in-bundle/main.c (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1 #include <stdio.h>
2 
3 int
main()4 main()
5 {
6   printf("Set a breakpoint here.\n");
7   return 0;
8 }
9 
10