1#include <stdio.h>
2
3int main() {
4 int i = 0; // Set a breakpoint here
5 return i;
6}
7

source code of lldb/test/API/macosx/rosetta/main.c