mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 10:20:09 -04:00
5 lines
97 B
Text
5 lines
97 B
Text
module X {
|
|
module A { header "a.h" }
|
|
module B { header "b.h" }
|
|
module C { header "c.h" }
|
|
}
|