| ;;; ERROR: 1 | |
| (module | |
| (func | |
| i32.const 0 | |
| if | |
| else $foo | |
| end $bar)) | |
| (;; STDERR ;;; | |
| out/test/parse/expr/bad-if-end-label.txt:6:10: unexpected label "$foo" | |
| else $foo | |
| ^^^^ | |
| out/test/parse/expr/bad-if-end-label.txt:7:9: unexpected label "$bar" | |
| end $bar)) | |
| ^^^^ | |
| ;;; STDERR ;;) |