Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / macosx / bss-only-data-section-sliding / main.c
blob14cf307c684e1167adfdaf3d67b1e1de87e404d3
1 int glob = 0;
2 int main() { return glob; }