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