Files

10 lines
100 B
Solidity

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