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