ref: 170e5650b446699af330d2a1a6a8046cb78b9b3c 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