mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
{
|
|
switch 1 case 2 { mstore(0, 0) }
|
|
}
|
|
// ----
|
|
// structuralSimplifier
|
|
// {
|
|
// if eq(2, 1)
|
|
// {
|
|
// mstore(0, 0)
|
|
// }
|
|
// }
|