llvm/lldb/test/API/macosx/rosetta/main.c

#include <stdio.h>

int main() {
  int i = 0; // Set a breakpoint here
  return i;
}