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