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