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