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