Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / python_api / value / empty_class / main.cpp
blob9051dbb5277e136443fb194a4e0e89c568e8dabb
1 class Empty {};
3 int main (int argc, char const *argv[]) {
4 Empty e;
5 Empty* ep = new Empty;
6 return 0; // Break at this line