ref: 3a5ddf0610add4ea0663c4bf2d7f569ac723ad81 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) }