ref: 1c52c3c30241558dcc6bf01a618528cfe8f552b2 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) }