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