Found a weird bug, reporting it

This commit is contained in:
2022-08-20 13:44:55 +01:00
parent f5e060051e
commit daceaa5492
4 changed files with 16 additions and 9 deletions

9
scripts/empty.toy Normal file
View File

@@ -0,0 +1,9 @@
//BUG: this causes a strange error message
if (true) {
;
}
else {
;
}