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