ref: 565592b47ee1b6877dc8788c10f134913e1e067a 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) }