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