solidity/test/libsolidity/smtCheckerTests/operators/fixed_point_add.sol

10 lines
170 B
Solidity
Raw Normal View History

2020-05-29 16:13:03 +00:00
contract test {
function f() internal pure {
ufixed a = uint64(1) + ufixed(2);
}
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
2020-05-29 16:13:03 +00:00
// ----
2021-03-31 15:11:54 +00:00
// Warning 2072: (48-56): Unused local variable.