Files
hakorune/test_aot.nyash
2025-08-14 04:44:26 +00:00

7 lines
118 B
Plaintext

// Simple arithmetic test for all backends
local a, b, c, d, result
a = 10
b = 20
c = 30
d = 40
result = a + b + c + d