ref: 5b2e3e6495320fa7ce29823d72c27de3194befd4 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 }