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