mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
|
{
|
||
|
let a, b
|
||
|
a := mload(0)
|
||
|
b := mload(1)
|
||
|
}
|
||
|
// ----
|
||
|
// varDeclPropagator
|
||
|
// {
|
||
|
// let a := mload(0)
|
||
|
// let b := mload(1)
|
||
|
// }
|