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