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