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