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