ref: 076907e11308f988a76dc73fc97641e2ae6b238e 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 }