solidity/test/libsolidity/smtCheckerTests/operators/fixed_point_add.sol
2021-04-08 21:03:39 +02:00

10 lines
170 B
Solidity

contract test {
function f() internal pure {
ufixed a = uint64(1) + ufixed(2);
}
}
// ====
// SMTEngine: all
// ----
// Warning 2072: (48-56): Unused local variable.