solidity/test/libyul/yulSyntaxTests/verbatim_leading_zero.yul
2021-04-26 19:56:44 +02:00

6 lines
144 B
Plaintext

{
let verbatim_01i_02o := 2
}
// ----
// DeclarationError 5017: (10-26): The identifier "verbatim_01i_02o" is reserved and can not be used.