// This file is imported by external_function.sol contract ContractWithFunctionCalled { function funcCalled() external { uint256 i = 0; } }