ref: 47860ff9a4411442997c2f8166aa6b24fbfeac2e 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 std.exit(42) }