Files
clang-p2996/clang/test/Modules/Inputs/redecls/module.map
Richard Smith 999500a26d Reorganize test/Modules:
* Put all input files under Inputs/, move corresponding tests into test/Modules.
 * Rename a modulemap test file to [...].modulemap, and teach lit that such files are tests.

llvm-svn: 226875
2015-01-22 23:07:47 +00:00

3 lines
52 B
Plaintext

module a { header "a.h" }
module b { header "b.h" }