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