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

6 lines
134 B
Plaintext
Raw Normal View History

object "" {
}
// ----
// ParserError 3287: (7-9): Object name cannot be empty.
// ParserError 4846: (12-13): Expected keyword "code".