ref: 638f06666e1c54c566f2ba8062a477499c66cedb 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) }