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