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