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