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