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