blob: a833bd9de93c34f4f80e3e3511c9b5ca77fdf4b6 [file] [log] [blame]
// This is my class, with my comment
class A {
void foo(int p1, char p2) { }
}