mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
parent
fdf1ea9038
commit
98dbfa783e
@ -1,5 +1,5 @@
|
||||
{
|
||||
function f(x) -> y {}
|
||||
function f(x) -> y { log0(0, 0x20) }
|
||||
let a := 1
|
||||
let b := f(a)
|
||||
let c := a
|
||||
@ -14,5 +14,5 @@
|
||||
// let c := 1
|
||||
// mstore(add(1, b), 1)
|
||||
// function f(x) -> y
|
||||
// { }
|
||||
// { log0(0, 0x20) }
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user