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