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