solidity/test/libyul/yulSyntaxTests/objects/dataoffset_nonstring.yul
2022-04-01 23:41:18 -05:00

8 lines
124 B
Plaintext

object "A" {
code {
pop(dataoffset(0))
}
}
// ----
// TypeError 5859: (41-42='0'): Function expects string literal.