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