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