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