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