Files
clang-p2996/clang/test/Modules/Inputs/self-import-header/depend_builtin/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

6 lines
48 B
Plaintext

module DepBuiltin {
header "h1.h"
export *
}