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