solidity/test/libyul/yulSyntaxTests/type_check_cases.yul
2020-02-24 15:05:19 +01:00

9 lines
91 B
Plaintext

{
switch 7:i64
case 0:i64 {}
case 2:i64 {}
}
// ====
// dialect: ewasm
// ----