mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
12 lines
118 B
Text
12 lines
118 B
Text
|
|
module X {
|
||
|
|
module A {
|
||
|
|
header "A.h"
|
||
|
|
export *
|
||
|
|
}
|
||
|
|
module B {
|
||
|
|
header "B.h"
|
||
|
|
export *
|
||
|
|
}
|
||
|
|
export *
|
||
|
|
}
|