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