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