aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--test.bl3
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 18abb94..5cf0657 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
build/
*~
aclocal.m4
+*.bl
diff --git a/test.bl b/test.bl
index 5f28b41..41bf57d 100644
--- a/test.bl
+++ b/test.bl
@@ -1,6 +1,5 @@
int a = 5;
+
int b = 6;
int c = a * b;
-
-int num = 2 + 2 * 2;