ref: 24e5832913b266731b7b0cbe430587ee6e76f683 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