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