aboutsummaryrefslogtreecommitdiff
path: root/tests/main.amal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.amal')
-rw-r--r--tests/main.amal2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.amal b/tests/main.amal
index dde97f7..0cd7154 100644
--- a/tests/main.amal
+++ b/tests/main.amal
@@ -4,7 +4,7 @@ const main = () {
var hello = () {
}
- hello()
+ const value = "hello, world!";
}
const print = () {