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