ref: 399b644b26513d89f12bd1a52c6a6e2f30390338 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 }