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

8 lines
150 B
Solidity

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