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