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