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