Files
llvm-project/clang/test/Modules/Inputs/explicit-build-overlap/def.map
Richard Smith 401cd25b23 [modules] Tests for r245390.
llvm-svn: 245391
2015-08-18 23:42:50 +00:00

3 lines
73 B
Plaintext

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