ref: 062038c04a1cb9b7b161b670c5a3a948aaed42d1 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) }