ref: fd84fa03901b4b8a72a54552f302755d6c84aeba 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) }