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