diff options
| author | WormHeamer | 2025-08-02 02:40:04 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-02 02:40:04 -0400 |
| commit | 86285533c637d673dc14d4e34530ce8864831600 (patch) | |
| tree | a1f4a0a16708f8c8ecc3cb64a08ab47e1ab8d846 /test.lang | |
| parent | 9455b73b42d0fb7100b9afd662818b0199ae510c (diff) | |
whole bunch of graph stuff, fixing up, basic arithmetic peepholes...
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,5 +7,5 @@ */ proc main { - return 1 + return ((1 & 3) * 1 + 4 / (81237 & 37)) - 23 + -3 + 4 } |
