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