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