gemstone/tests/input_file/test.gsc

5 lines
48 B
Plaintext

fun main(out int: ret) {
ret = 56 as int
}