solidity/test/libyul/yulSyntaxTests/for_loop_condition_fail_ewasm.yul

9 lines
148 B
Plaintext
Raw Normal View History

2020-02-06 18:44:14 +00:00
{
let x
for {} x {} {}
}
// ====
// dialect: ewasm
// ----
// TypeError 1733: (23-24): Expected a value of boolean type "i32" but got "i64"