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