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