blob: 7db0452b9e52de930be77052794da88973d9cca6 [file] [log] [blame]
#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; }