aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-10-08 22:03:40 +0100
committerGinger Bill <bill@gingerbill.org>2016-10-08 22:03:40 +0100
commite299c3693ee682a38db7141a73596b6a8f67cd1c (patch)
treedce047bba8c3e66ca4970df18afc2da0618dd138 /code
parentb705fa7f2257e691f4056a96325d9f01bd031439 (diff)
SSA Phi Node Support
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin
index e3e68596c..c77120583 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -1,6 +1,6 @@
#import "fmt.odin"
main :: proc() {
- x := ?123
+ fmt.println(123)
}