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