blob: c09c863cd06680165743c6b4dbf1c3b7aa8a2f66 [file] [log] [blame]
class Example {
int[] fArray =
{
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
};
}