solidity/test/libyul/yulSyntaxTests/type_check_if_condition.yul

8 lines
64 B
Plaintext
Raw Normal View History

2020-02-06 18:44:14 +00:00
{
let x:i32
if x {}
}
// ====
// dialect: ewasm
// ----