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