ref: 869b4e253befd710b3560d5842436a8aa0008cef 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) }