ref: 913e7e12f5b204bc53b3761e9cd89a5cd5722c6a 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