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