solidity/test/libsolidity/smtCheckerTests/operators/fixed_point_add.sol
2022-04-01 23:41:18 -05:00

10 lines
181 B
Solidity

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