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