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