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