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