Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / functionalities / pre_run_dylibs / foo.cpp
blob8dad0a23f36824291b2d53d0b11f843913358649
1 #include "foo.h"
3 int call_foo1() { return foo1(); }