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