ref: 8a23ecf0ceb8172e779d2557bd797f6c562a7d88 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