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