Gcc compiler error when try to create array in class with constant size. If do the same in main function it\'s ok.
const int n[] = { 4, 18 }; class C{ int