llvm-project/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/derived.cpp

7 lines
70 B
C++

#include "derived.h"
char Foo::baz() {
return (char)(x&0xff);
}