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