ref: 560d4a22a47f0e821c9b44dacc4acc33c165806c 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) }