bolt/deps/llvm-18.1.8/lldb/test/API/macosx/early-process-launch/main.c
2025-02-14 19:21:04 +01:00

2 lines
47 B
C

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