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