ref: 4d289ad72fef356eb6a49b8401997eda42ef8867 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) }