solidity/test/libsolidity/semanticTests/constants/function_unreferenced.sol
2021-04-23 17:00:01 +01:00

13 lines
304 B
Solidity

contract B {
function g() public {}
}
contract C is B {
bytes4 constant s2 = B.g.selector;
function f() external pure returns (bytes4) { return s2; }
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// f() -> 0xe2179b8e00000000000000000000000000000000000000000000000000000000