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