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