ref: 8e46913c52cec95c1266ce8ee5ee2794eafc9364 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 }