ref: 5d86a0287cebaf7d1bd14272e6313469d9b366ca 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 }