summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-19 21:55:45 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-19 21:55:45 +0330
commit1963e7dddfaeebb22e3657adc1a7ee86fda50d52 (patch)
tree33a1c771443bc743d32a83dd775337f59cbbc977 /test
parent6372d439068482a847fabcb9e97d9e240ccb8a47 (diff)
fix memory leaks
Diffstat (limited to 'test')
-rw-r--r--test/main.felan5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/main.felan b/test/main.felan
index eef127e..19120f5 100644
--- a/test/main.felan
+++ b/test/main.felan
@@ -1,3 +1,8 @@
main :: () -> void {
print;
};
+
+a :: () -> void {
+ print;
+ print;
+};