ref: f2365d327bed87e68d94b9b458cf27b70efc9f4b 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 }