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