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