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