ref: 5d86a0287cebaf7d1bd14272e6313469d9b366ca 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 }