[LLVM][NVPTX] Add support for griddepcontrol instruction (#123511)
[llvm-project.git] / clang / test / Modules / Inputs / macro-masking / module.modulemap
blob63e1014dda806f655207e02de244642af3089a49
1 module X {
2   module A { header "a.h" export * }
3   module B { header "b.h" export * }