Files
hakorune/local_tests/test_aot.hako

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