ref: 70b4fc9127a3e8863f128642d62d2fbcbf7121be 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) }