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