ref: 3543d66fb1a4bb9ca794a8031fa86579df1f4fb0 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 }