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