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