aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/array/length/parameter_too_large.sol
blob: 02e0a7cc6dbc8c5e8a5db5070df3b16ca6508ac3 (plain) (blame)
1
2
3
4
5
contract C {
  function f(bytes32[1263941234127518272] memory) public pure {}
}
// ----
// TypeError: (26-61): Array is too large to be encoded.