1 2 3 4 5 6
contract C { uint constant L = 5; uint constant LEN = L + 4 * L; uint[LEN] ids; } // ----