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