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