4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
|
// Simple arithmetic test for AOT compilation
|
||
|
|
x = 42
|
||
|
|
y = 58
|
||
|
|
result = x + y
|