solidity/test/libsolidity/semanticTests/state/msg_sender.sol

10 lines
192 B
Solidity
Raw Normal View History

contract C {
function f() public returns (address payable) {
return msg.sender;
}
}
// ====
// compileViaYul: also
// ----
// f() -> 0x1212121212121212121212121212120000000012