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