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