xls
xls copied to clipboard
Fuzzer should emit conditional branches w/let expressions
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.