diff options
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -6,7 +6,12 @@ * let x = g */ - proc main { - return (3 * 5612 * -2) / (1 * (32 ^ 32) + 1 + (512 ^ 512) & (3131 + (1023 - 3131))) + let a = 31, b = a * 232, z = a * b + let gaye = a + b * a + let d = b + gaye + let sum = a + b + z + d + let nsum = -sum + let gay = d xor sum + return nsum + gay } |
