ref: 0841450d6cd36d0799205a165b6f829e3fd7bb9e 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) }