ref: f8152dae21873cf42f2d65bdf657a717c2240a25 dir: /test/tyrec.myr/
use std /* we just want to see if this file compiles */ type foo = struct v : foo# ;; const main = { var v : foo std.exit(42) }