aboutsummaryrefslogtreecommitdiff
path: root/#test.bl#
diff options
context:
space:
mode:
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;