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

12 lines
289 B
Solidity

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