solidity/test/libyul/yulSyntaxTests/objects/object_hex_name.yul
Alex Beregszaszi 291c359ee9 Add more syntax tests for Yul objects
Also move some of them from boost tests.
2020-08-05 21:01:46 +01:00

6 lines
118 B
Plaintext

object hex"11" {
code {}
}
// ----
// ParserError 2314: (7-14): Expected 'StringLiteral' but got 'HexStringLiteral'