Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / python_api / get-value-32bit-int / main.cpp
blob61f40fb2a78ff76984f03f35c952bad8768cff89
1 #include <cstdint>
2 int main () {
3 int32_t myvar = -1;
4 return myvar; // break here