teak-llvm/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/main.c
2018-01-10 22:52:42 +00:00

9 lines
85 B
C

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