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