ref: 71a77dbd7f8a317edf08c55edbfe3016e97ea7fc 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 }