solidity/test/libsolidity/syntaxTests/types/too_small_negative_numbers.sol

5 lines
48 B
Solidity

contract C {
fixed8x80 a = -1e-100;
}
// ----