ref: 42e46e1b22d03c57fa8c424b46c3645e921966e0 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 }