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

11 lines
208 B
Solidity

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