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