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