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