llvm-for-llvmta/tools/clang/test/Modules/Inputs/odr_hash-Friend/module.modulemap

24 lines
208 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02:00
module Box {
header "Box.h"
}
module Module1 {
header "M1.h"
}
module Module2 {
header "M2.h"
}
module Module3 {
header "M3.h"
}
module Good {
header "Good.h"
}
module Bad {
header "Bad.h"
}