summaryrefslogtreecommitdiffstats
path: root/lldb/lit/tools/lldb-instr/Inputs/foo.cpp
blob: 7db0452b9e52de930be77052794da88973d9cca6 (plain)
1
2
3
4
5
6
7
8
9
#include "foo.h"

Foo::Foo() {}
void Foo::A() {}
void Foo::B(int i) {}
int Foo::C(int i) { return i; }
int Foo::D(bool b) const { return 1; }
void Foo::E() {}
int Foo::F(int i) { return i; }
OpenPOWER on IntegriCloud