solidity/test/libyul/yulSyntaxTests/objects/empty_data.yul

6 lines
94 B
Plaintext
Raw Normal View History

object "A" {
data "tmp" ""
}
// ----
// ParserError 4846: (15-19): Expected keyword "code".