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