blob: df2016a6e52423cc216521257ae87f11a532974d [file] [log] [blame]
class Example {
void foo() {
}
void foo2() {
} // end of foo2
void bar() {
}
}