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