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