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