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

7 lines
85 B
C

#include <stdio.h>
int main() {
int i = 0; // Set a breakpoint here
return i;
}