ref: 90dc5f51483723b1cd8604d749ef3158d55c21ca 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) }