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