blob: 021aba1c509c5d83804b32aec23d0290143a9ac6 [file] [log] [blame]
//file
class F {
//c1
/*c2*/
void f1() {
}
//c3
//c4
void f2() {
}
Integer i = 0;
void f3() {
}
//c5
}