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