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