ref: 7a6f9b61aa7161b2240764b9d6335f9c487c6858 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 }