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

7 lines
281 B
Solidity

function f() view {}
// ====
// SMTEngine: all
// ----
// Warning 6660: (0-20): Model checker analysis was not possible because file level functions are not supported.
// Warning 6660: (0-20): Model checker analysis was not possible because file level functions are not supported.