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