blob: e23818f83201913886b17f37a52c6a0bbb6f3548 [file] [log] [blame]
// This is my class, with my comment
class A {
int a = 10, b[];
}