ref: 4855e100dd14214ffe838fd836e4dcb726dea1d2 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) }