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