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