ref: 399b644b26513d89f12bd1a52c6a6e2f30390338 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 }