1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
use issue_2316_a; mod cloth { import issue_2316_a::*; export calico, gingham, flannel; export fabric; enum fabric { gingham, flannel, calico } }