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