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