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