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