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

12 lines
328 B
Solidity
Raw Normal View History

contract C {
function g() external {
f();
}
}
function f() {}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----
2021-03-31 15:11:54 +00:00
// Warning 6660: (50-65): Model checker analysis was not possible because file level functions are not supported.
// Warning 6660: (50-65): Model checker analysis was not possible because file level functions are not supported.