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