ref: 7b0c6c77845e01963e6eabd94bbc91c68eed6bc3 dir: /test/catfile.myr/
/* checks that we can read a data file. */ use std const main = {args : byte[:][:] var dat dat = std.slurp("data/catfile") std.write(1, dat) -> 0 }