xref: /llvm-project/lldb/test/API/macosx/rosetta/main.c (revision ecda408178fc6486ea568263cdda6624f5bcb8c7)
1 #include <stdio.h>
2 
main()3 int main() {
4   int i = 0; // Set a breakpoint here
5   return i;
6 }
7