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