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

10 lines
365 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-03-31 15:11:54 +00:00
// 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.