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