ref: c3955db0543c35b4adb822f5beca686e8c3726ef 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 -> 42 }