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