• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module ALIAS1 {
2  header "alias1.h"
3  module ALIAS2 {
4    header "alias2.h"
5  }
6}
7module VAR1 {
8  header "var1.h"
9  module VAR2 {
10    header "var2.h"
11  }
12}
13module FUNC1 {
14  header "func1.h"
15  module FUNC2 {
16    header "func2.h"
17  }
18}
19module STRCT1 {
20  header "strct1.h"
21  module STRCT2 {
22    header "strct2.h"
23  }
24}
25