ref: 0aa78af458fa7259feb143d87ed2798d6dd5c59c 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) }