ref: 4a7d019d03fa6c267d27ffb9d90e2472bad4bcbf 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 }