solidity/test/libsolidity/smtCheckerTests/file_level/free_function_2.sol
2021-04-19 19:23:18 +02:00

9 lines
92 B
Solidity

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