blob: 6210d8e675a150b9eabae29a0f5f1d5834dc54b3 [file] [log] [blame]
class Test {
public:
Test::Test() {
}
Test::~Test() {
}
void Test::Foo() {
// foo
}
void Test::Bar() {
// bar
}
};