contract C { function f() public {} uint[f] ids; } // ---- // TypeError 5462: (49-50='f'): Invalid array length, expected integer literal or constant expression.