ref: 464235e458f9c68db974ee4fd34a9728fe09c5bd 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 = { }