solidity/test/libyul/yulSyntaxTests/verbatim_leading_zero.yul

6 lines
144 B
Plaintext
Raw Normal View History

2021-03-17 18:37:39 +00:00
{
let verbatim_01i_02o := 2
}
// ----
// DeclarationError 5017: (10-26): The identifier "verbatim_01i_02o" is reserved and can not be used.