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