class TestClass { static const int ConstArray[] = { 1 }; static int Test() { return ConstArray[0]; } }