mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add settings framework for interactive tests.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
contract C {
|
||||
function f(uint x) public returns (uint y) {
|
||||
assembly { y := shl(2, x) }
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// EVMVersion: >byzantium
|
||||
// ----
|
||||
// f(uint256): 7 -> 28
|
||||
Reference in New Issue
Block a user