ref: 889d5c6fde975ec10bb39d08de9e7d47ec68387a 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 }