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