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