ref: 13433d8aa8f5e97e4754916a70e177ff14214cfd 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 = { }