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