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