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