ref: 654eb21dce9327393d64b13d3eb3cbc8db35fe3b 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) }