solidity/test/libyul/yulSyntaxTests/linkersymbol_bad_literal.yul

12 lines
301 B
Plaintext
Raw Normal View History

2020-08-03 18:48:15 +00:00
{
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.