ref: a2d39ddf4e0d6dc324bd0af41d89c942f4f8a49c 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 }