solidity/test/libsolidity/smtCheckerTests/file_level/free_function_4.sol

8 lines
139 B
Solidity
Raw Normal View History

function f()pure {
ufixed a = uint64(1) + ufixed(2);
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----
2021-04-08 19:41:35 +00:00
// Warning 2072: (20-28): Unused local variable.