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