ref: b85c69ca0c686edc76fcf4bb2da54e3b5263bbba 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) }