1*a171d248SMichael Spencermodule x { umbrella "x" exclude header "x/bad.h" module * {} } 2*a171d248SMichael Spencermodule y { umbrella "y" module * {} } 3*a171d248SMichael Spencermodule bad { header "x/bad.h" } 4