mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
4 lines
131 B
Text
4 lines
131 B
Text
module a { header "a.h" }
|
|
module b { header "b.h" export a }
|
|
module c { header "c.h" export a export b }
|
|
module d { header "d.h" }
|