ref: 9661b205b1d932f96693376bc920cfa6060fbed4 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) }