aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/191_negative_integers_to_signed_min.sol
blob: 211cfee21bdab15cbd7b1b83735d18b3f2c103c7 (plain) (tree)
1
2
3


                         
contract test {
    int8 public i = -128;
}