solidity/test/libsolidity/smtCheckerTests/file_level/free_function_4.sol
2021-04-19 19:23:18 +02:00

8 lines
139 B
Solidity

function f()pure {
ufixed a = uint64(1) + ufixed(2);
}
// ====
// SMTEngine: all
// ----
// Warning 2072: (20-28): Unused local variable.