solidity/test/libyul/yulSyntaxTests/hex_switch_case_long.yul
2021-04-08 15:03:33 +02:00

8 lines
255 B
Plaintext

{
switch codesize()
case hex"00" {}
case hex"112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900" {}
}
// ----
// TypeError 3069: (53-178): String literal too long (60 > 32)