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

10 lines
100 B
Solidity
Raw Normal View History

contract C {
function g() external {
f();
}
}
function f() {}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----