ref: 6b36dc7cbdc29cf8cf03a815518948fa7599f3df 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 }