aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/array/length/bytes32_too_large_multidim.sol
blob: 1344574c3023a2f50a046af1e3c8edf2f2b9e678 (plain) (blame)
1
2
3
4
5
contract C {
    bytes32[8**90][500] ids;
}
// ----
// TypeError: (25-30): Invalid array length, expected integer literal or constant expression.