summaryrefslogtreecommitdiff
path: root/test.lang
diff options
context:
space:
mode:
Diffstat (limited to 'test.lang')
-rw-r--r--test.lang4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.lang b/test.lang
index bda2c90..9e9dd9b 100644
--- a/test.lang
+++ b/test.lang
@@ -8,7 +8,7 @@
// also single-line now
-proc main(a i64, b i64) {
- return (a = a) & (b = a)
+proc main(a i64) {
+ return a xor ~a
// (true = 0) = (a xor b)
}