Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / macosx / duplicate-archive-members / sub1 / a.c
blob1b9033ff282092c9c4c25a359fbdcf00f7ca1d07
1 static int __b_global = 2;
3 int b(int arg) {
4 int result = arg + __b_global;
5 return result;