ref: 1f224c74db8ada97c2404cd8ac2c1a3aacafd4d9 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 -> 42 }