fdcbf133
1 2 3 4 5 6 7 8
contract C { uint constant LEN = LEN; function f() { uint[LEN] a; } } // ---- // TypeError: (37-40): Cyclic constant definition (or maximum recursion depth exhausted).