aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/568_blockhash.sol
blob: f6cc63a5ccfc02e51644209fb281ae51779d7918 (plain) (blame)
1
2
3
contract C {
    function f() public view returns (bytes32) { return blockhash(3); }
}