solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/477_too_large_arrays_for_calldata_internal.sol

7 lines
145 B
Solidity

contract C {
function f(uint[85678901234] memory a) pure internal {
}
}
// ----
// TypeError: (28-54): Array is too large to be encoded.