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