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