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