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