• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module "a" {
2  textual header "a.h"
3}
4
5module "b" {
6  export *
7  header "b.h"
8}
9
10module "c" {
11  export *
12  header "c.h"
13}
14
15module "d" {
16  export *
17  header "d.h"
18}
19