Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / cpp / overloaded-functions / static-b.cpp
blob90a20f69e6dbeef33fb58f25a5021a7a396bba19
1 static int Static()
3 return 1;
6 int CallStaticB()
8 return Static();