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