[LLVM][NVPTX] Add support for griddepcontrol instruction (#123511)
[llvm-project.git] / clang / test / Modules / Inputs / exclude-header / module.modulemap
blob2563ef9dc9cd3e169ae6f50a4773f0ef88a31a1a
1 module x { umbrella "x" exclude header "x/bad.h" module * {} }
2 module y { umbrella "y" module * {} }
3 module bad { header "x/bad.h" }