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