ref: 7f4f1776a930dc9b80f099ca869b0827bbc54383 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