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

10 lines
228 B
Solidity

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