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