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