diff options
Diffstat (limited to 'clang/test/Modules/Inputs/diamond_bottom.h')
-rw-r--r-- | clang/test/Modules/Inputs/diamond_bottom.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/diamond_bottom.h b/clang/test/Modules/Inputs/diamond_bottom.h new file mode 100644 index 0000000..b45fa93 --- /dev/null +++ b/clang/test/Modules/Inputs/diamond_bottom.h @@ -0,0 +1,4 @@ +@__experimental_modules_import diamond_left; +@__experimental_modules_import diamond_right; + +char bottom(char *x); |