solidity/test/libsolidity/smtCheckerTests/file_level/free_function_2.sol
2021-04-20 17:38:29 +02:00

10 lines
100 B
Solidity

contract C {
function g() external {
f();
}
}
function f() {}
// ====
// SMTEngine: all
// ----