mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
4 lines
133 B
Text
4 lines
133 B
Text
|
|
module x { umbrella "x" exclude header "x/bad.h" module * {} }
|
||
|
|
module y { umbrella "y" module * {} }
|
||
|
|
module bad { header "x/bad.h" }
|