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