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