ref: 765ff439ba6b29b36c6df8ea3923fac9f5e39eaf dir: /test/exportcycle.myr/
use std /* This test checks that cyclic types will be output * by muse. */ pkg = type list = struct next : list# val : int ;; ;; const main = { }