mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
|
{
|
||
|
pop(linkersymbol(0))
|
||
|
pop(linkersymbol(true))
|
||
|
pop(linkersymbol(false))
|
||
|
}
|
||
|
// ====
|
||
|
// dialect: evm
|
||
|
// ----
|
||
|
// TypeError 5859: (23-24): Function expects string literal.
|
||
|
// TypeError 5859: (48-52): Function expects string literal.
|
||
|
// TypeError 5859: (76-81): Function expects string literal.
|