Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b755208a1b0c08d263b800f00555f9f70af3caa2 (plain) (blame)
1
2
3
4
5
module module.main {
    requires module.readable.one;
    requires module.readable.two;
    exports my.mod;
}

Back to the top