added script that triggers a bug

This commit is contained in:
cozis
2021-11-03 01:14:08 +00:00
parent 31b7cab2bf
commit ca55816a23
2 changed files with 8 additions and 10 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
p = (true);
if true
a = 1;
if p
(a = 1);
else
a = 2;
return a;