diff options
Diffstat (limited to 'clang/test/Modules/Inputs/diamond_right.h')
-rw-r--r-- | clang/test/Modules/Inputs/diamond_right.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/diamond_right.h b/clang/test/Modules/Inputs/diamond_right.h new file mode 100644 index 0000000..2ba1d77 --- /dev/null +++ b/clang/test/Modules/Inputs/diamond_right.h @@ -0,0 +1,7 @@ +@__experimental_modules_import diamond_top; + +double right(double *); + +struct left_and_right { + int left, right; +}; |