ref: 3b5a5cd9b9843d0ba824c756911456d57cf1c1be 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) }