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