diff options
Diffstat (limited to 'clang/test/Modules/Inputs/ModuleMapLocations/Both/b.h')
-rw-r--r-- | clang/test/Modules/Inputs/ModuleMapLocations/Both/b.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/ModuleMapLocations/Both/b.h b/clang/test/Modules/Inputs/ModuleMapLocations/Both/b.h new file mode 100644 index 00000000000..3abbd398c7e --- /dev/null +++ b/clang/test/Modules/Inputs/ModuleMapLocations/Both/b.h @@ -0,0 +1 @@ +void wont_be_found1(void); |