Fuzzer should emit conditional branches w/let expressions
Open
fuzz
good first issue
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
We had a bug recently where the bytecode interpreter failed due to a conditional branch w/a `let` statement inside (which it didn't handle correctly). This is a supported construct, so the fuzzer should emit these.
Contributor guide
Assessment
This issue has not been assessed yet.