ref: 8c15f1cba546350fd109d676f86c4267bd733b6f 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) }