ref: 87d75da15310e2c3aa65375a7b3c67f7fe238ec7 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 }