solidity/test/libsolidity/semanticTests/state/msg_sender.sol
2022-05-19 20:23:28 +02:00

10 lines
185 B
Solidity

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