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

9 lines
141 B
Plaintext

object "A" {
code { }
}
object "B" {
code { }
}
// ----
// ParserError 2314: (26-32='object'): Expected end of source but got identifier