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