mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
{
|
|
if mstore(1, 1) {}
|
|
}
|
|
// ====
|
|
// dialect: evm
|
|
// ----
|
|
// TypeError 3950: (6-18): Expected expression to evaluate to one value, but got 0 values instead.
|