ref: 5b7e3296ba57c446904ecd173ad9f3823a119851 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