aboutsummaryrefslogtreecommitdiff
path: root/#test.bl#
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-23 15:45:03 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-23 15:45:03 +0000
commit4b33b1f31862cd505fd9c90cf8d2e696c6f6ec97 (patch)
treefa2c5cd9aec9fed35dd482b60237e52d26203bfe /#test.bl#
parent5c1f937a7eb7a9cc9cd86cb69b3263f41f24408f (diff)
partial refactor of ast_node.hpp
Diffstat (limited to '#test.bl#')
-rw-r--r--#test.bl#3
1 files changed, 3 insertions, 0 deletions
diff --git a/#test.bl# b/#test.bl#
new file mode 100644
index 0000000..0548497
--- /dev/null
+++ b/#test.bl#
@@ -0,0 +1,3 @@
+int a = 6;
+int b = 7;
+int c = a * b;