llvm/lldb/test/API/macosx/early-process-launch/main.c

int global = 10;
int main() { return global; }