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