From c3165fa77ac2acfbea0052e3291be12fd506e240 Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Mon, 22 Jul 2024 19:39:19 +0200
Subject: [PATCH] Added 'Misc./elif_problem.eax'

---
 Misc./elif_problem.eax | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 Misc./elif_problem.eax

diff --git a/Misc./elif_problem.eax b/Misc./elif_problem.eax
new file mode 100644
index 0000000..12a6d92
--- /dev/null
+++ b/Misc./elif_problem.eax
@@ -0,0 +1,8 @@
+if 1 then
+    // ...
+else
+    if 1 then
+        // ...
+    end if
+    // ...
+end if // <- syntax error