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