Fixes https://llvm.org/bugs/show_bug.cgi?id=26014 Reviewed by Richard Smith. llvm-svn: 264937
10 lines
79 B
Plaintext
10 lines
79 B
Plaintext
module A {
|
|
header "A.h"
|
|
export *
|
|
}
|
|
|
|
module B {
|
|
header "B.h"
|
|
export *
|
|
}
|