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