aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/112_exp_operator_exponent_too_big.sol
blob: 2a9e6204b4b4ecac249f52c64a4ca343380251f1 (plain) (tree)
1
2
3
4
5




                                                                                                  
contract test {
    function f() public returns (uint d) { return 2 ** 10000000000; }
}
// ----
// TypeError: (66-82): Operator ** not compatible with types int_const 2 and int_const 10000000000