ref: 1305df9b20460769d853304a8bc2ad69bc178d0a 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 std.exit(42) }