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