This is in preparation for adding more gmodules tests. Differential Revision: https://reviews.llvm.org/D133876
12 lines
93 B
Plaintext
12 lines
93 B
Plaintext
module A {
|
|
header "a.h"
|
|
}
|
|
|
|
module B {
|
|
header "b.h"
|
|
}
|
|
|
|
module std {
|
|
header "memory.h"
|
|
}
|