Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / cpp / limit-debug-info / derived.cpp
blob911fe3d9bc173ea87044e1ec0034448054f4cb9b
1 #include "derived.h"
3 Foo foo1;
4 Foo foo2;
6 Foo::Foo() { a = 12345; }
8 char Foo::baz() {
9 return (char)(x&0xff);