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

10 lines
365 B
Solidity

function f()pure {
ufixed a = uint64(1) + ufixed(2);
}
// ====
// SMTEngine: all
// ----
// Warning 2072: (20-28): Unused local variable.
// Warning 6660: (0-55): Model checker analysis was not possible because file level functions are not supported.
// Warning 6660: (0-55): Model checker analysis was not possible because file level functions are not supported.