ref: 5197866beb5ead9160183b6ada7a76244686f9f8 dir: /test/tyoccur.myr/
use std /* checks that types do not contain themselves inline, because that would lead to an infinite sized type. */ type t = struct memb : t ;; var v : t