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