Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / functionalities / pre_run_dylibs / main.cpp
blobc9295a5c7d3cceeb5ce18c696f7efdfb3771ab79
1 #include "foo.h"
3 int call_foo2() { return foo2(); }
5 int
6 main() // !BR_main
8 return call_foo1() + call_foo2();