19 lines
164 B
Plaintext
19 lines
164 B
Plaintext
|
module "a" {
|
||
|
textual header "a.h"
|
||
|
}
|
||
|
|
||
|
module "b" {
|
||
|
export *
|
||
|
header "b.h"
|
||
|
}
|
||
|
|
||
|
module "c" {
|
||
|
export *
|
||
|
header "c.h"
|
||
|
}
|
||
|
|
||
|
module "d" {
|
||
|
export *
|
||
|
header "d.h"
|
||
|
}
|