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

10 lines
227 B
Solidity
Raw Normal View History

contract C {
function f() public returns (bytes32) {
return (blockhash)(block.number - 1);
}
}
// ====
// compileViaYul: also
// ----
// f() -> 0x3737373737373737373737373737373737373737373737373737373737373738