ref: 0022c21553124df1dc02948b4fc27bd3906e4d37 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 }