diff options
| author | WormHeamer | 2025-08-04 04:26:12 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-04 04:26:12 -0400 |
| commit | c97e987c3e0fd631cb694535859701248e1357bb (patch) | |
| tree | 3b34874691f48f5c421c8c2d01d98629499528ba /test.lang | |
| parent | 7df7f08dca9c54ea93839300e7b4c78289baf640 (diff) | |
fix communative peepholes trampling type boundaries
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,6 +9,6 @@ // also single-line now proc main(a i64, b i64) { - let c = a + b - return (a - b) = (((a + b) - b) - b) + return (a = a) & (b = a) + // (true = 0) = (a xor b) } |
