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