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