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