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