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