solidity/test/libyul/yulSyntaxTests/if_statement_fail_3.yul
2022-04-01 23:41:18 -05:00

6 lines
148 B
Plaintext

{ if 42:u256 { } }
// ====
// dialect: evmTyped
// ----
// TypeError 1733: (5-12='42:u256'): Expected a value of boolean type "bool" but got "u256"