Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / cpp / gmodules / basic / main.cpp
blob588a3a8e01fea92d5fdc1950637e96e0a09ef081
1 class Foo::Bar { int i = 123; };
3 int main(int argc, const char * argv[])
5 IntContainer test(42);
6 Foo::Bar bar;
7 return 0; // break here