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