contract C { uint constant LEN = 10; uint[LEN] ids; } // ----