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