ref: 2fca1caa1935baf0473efc367e24dab57c52517d 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) }