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