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