[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / clang / test / Modules / Inputs / cxx-lookup / module.modulemap
blob385c8c9b6f82dcc7687dac99d80fc2e11fe5790f
1 module A { header "a.h" export * }
2 module B { header "b.h" export * }
3 module C {
4   module C2 { header "c2.h" export * }
5   module C1 { header "c1.h" export * }
7 module X { header "x.h" export * }
8 module Y { header "y.h" export * }
9 module na { header "na.h" export * }
10 module nb { header "nb.h" export * }