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