llvm/lldb/test/API/macosx/bss-only-data-section-sliding/main.c

int glob = 0;
int main() { return glob; }