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