aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/193_positive_integers_to_signed_out_of_bound_max.sol
blob: 66701339829b53efa879918da05a02aca39bc187 (plain) (blame)
1
2
3
contract test {
    int8 public j = 127;
}