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