ref: 9676f65ff1660a8ebc47b384ba056717e6cde056 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) }