diff options
| author | WormHeamer | 2025-08-04 23:05:46 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-04 23:05:46 -0400 |
| commit | a4eca17c4156863108cd9bec7834bbb1681c0bf7 (patch) | |
| tree | c979e040bdf40277800972acc0f0f35824a774d0 /test.lang | |
| parent | 88b01f43312eeceba87a1378be5cd63bb11f167f (diff) | |
NODE_KEEP macro
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,5 +11,5 @@ proc main(a i64) { let x = (a + -a) = (a xor a) let y = (a + a) = (a * 2) - return x & y & (a = a) & ((a + 2) <> a) + return x & y & (a = a) & ((a + 2) <> a) & (a = ~a) } |
