xref: /llvm-project/lldb/test/API/macosx/early-process-launch/main.c (revision ee11ef6dc0b293161dd916b64581eb37a231709b)
1 int global = 10;
main()2 int main() { return global; }
3