prog8/compiler/test/fixtures/charLitAsRomsubArg.p8

7 lines
79 B
Lua

main {
romsub $FFD2 = chrout(ubyte ch @ A)
sub start() {
chrout('\n')
}
}