ref: 4a7d019d03fa6c267d27ffb9d90e2472bad4bcbf 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 }