aboutsummaryrefslogtreecommitdiff
path: root/code/test.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-12-01 22:44:00 +0000
committerGinger Bill <bill@gingerbill.org>2016-12-01 22:44:00 +0000
commit4bb45700a50b12bc5176fcb3e2f32ce5967b0ae8 (patch)
tree4c9deb387a4d8951821254e75ac109db233165d6 /code/test.odin
parentbe8b9bda2f387048c53264da154a5c0373dfd316 (diff)
Semicolons are required; `when` condition for certain file scope declarations; #import syntax change
Diffstat (limited to 'code/test.odin')
-rw-r--r--code/test.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test.odin b/code/test.odin
index 76dbf0468..18fc36c16 100644
--- a/code/test.odin
+++ b/code/test.odin
@@ -28,7 +28,7 @@ thing :: proc() {
*/
/*
-#load "fmt.odin"
+#include "fmt.odin"
thing :: proc() {
println("Hello5!")