summaryrefslogtreecommitdiff
path: root/test.lang
diff options
context:
space:
mode:
authorWormHeamer2025-08-02 02:40:04 -0400
committerWormHeamer2025-08-02 02:40:04 -0400
commit86285533c637d673dc14d4e34530ce8864831600 (patch)
treea1f4a0a16708f8c8ecc3cb64a08ab47e1ab8d846 /test.lang
parent9455b73b42d0fb7100b9afd662818b0199ae510c (diff)
whole bunch of graph stuff, fixing up, basic arithmetic peepholes...
Diffstat (limited to 'test.lang')
-rw-r--r--test.lang2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lang b/test.lang
index 44c3cf4..4ce371a 100644
--- a/test.lang
+++ b/test.lang
@@ -7,5 +7,5 @@
*/
proc main {
- return 1
+ return ((1 & 3) * 1 + 4 / (81237 & 37)) - 23 + -3 + 4
}