Files
clang-p2996/clang/test/Modules/Inputs/PR26014/module.modulemap
2016-03-30 22:18:29 +00:00

10 lines
79 B
Plaintext

module A {
header "A.h"
export *
}
module B {
header "B.h"
export *
}