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