prog8/examples/test.p8

12 lines
145 B
Lua

main {
sub start() {
uword width
; TODO fix compiler crash with noopt:
uword x1 = (width-1 as uword) + 2
}
}