pslang/examples/jit_test.psl

5 lines
84 B
PSL

func test() -> i32:
let x = 42 + 69
mut y = (x * 2) / 3
y = y + 13
return x - y