1#include "derived.h"
2
3Foo foo1;
4Foo foo2;
5
6Foo::Foo() { a = 12345; }
7
8char Foo::baz() {
9 return (char)(x&0xff);
10}
11
12

source code of lldb/test/API/lang/cpp/limit-debug-info/derived.cpp