mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
|
{
|
||
|
{ if 42 {} }
|
||
|
{ if 42 { let x := 3 } }
|
||
|
{ function f() -> x {} if f() { pop(f()) } }
|
||
|
{ let x := 0 if eq(calldatasize(), 0) { x := 1 } mstore(0, x) }
|
||
|
}
|
||
|
// ====
|
||
|
// dialect: evm
|