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