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