ref: 5341650a679df5560143a08abecb546b07448c4e 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 }