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