solidity/test/libsolidity/semanticTests/state/tx_origin.sol
2021-01-19 13:04:45 -05:00

13 lines
313 B
Solidity

contract C {
function f() public returns (address) {
return tx.origin;
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// f() -> 0x9292929292929292929292929292929292929292
// f() -> 0x9292929292929292929292929292929292929292
// f() -> 0x9292929292929292929292929292929292929292