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