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