This commit is contained in:
2022-08-21 00:36:05 +01:00
parent b385b461e0
commit dc1914b9ed
2 changed files with 4 additions and 7 deletions

View File

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