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