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