[LLVM][NVPTX] Add support for griddepcontrol instruction (#123511)
[llvm-project.git] / clang / test / Modules / Inputs / relative-import-path / module.modulemap
blobf5b6360c1a6e6fe66b5426c9290fe635c3d41d32
1 module A { header "A.h" }
2 module B { header "B.h" }
3 module C { header "C.h" }