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