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