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