summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/derived.cpp
blob: 9d773593eb5103cc18a4fef788cc8ad4ab03fb8a (plain)
1
2
3
4
5
6
#include "derived.h"

char Foo::baz() {
    return (char)(x&0xff);
}

OpenPOWER on IntegriCloud