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