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