aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/477_too_large_arrays_for_calldata_internal.sol
blob: 7578246ee44780e476ffa35046e830bc5d2eda9a (plain) (tree)
1
2
3
4
5
6
            
                                                          


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