ref: 0185c4dbac1a09bfc22e230954c7dfbe7d0cd5a1 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) }