mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
3 lines
133 B
Text
3 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" }
|