ref: 52c9fbc7ecefe80d228d7666cdddc72bb7f95ebf 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) }