diff options
Diffstat (limited to 'clang/test/ASTMerge/macro/Inputs/macro1.h')
-rw-r--r-- | clang/test/ASTMerge/macro/Inputs/macro1.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/ASTMerge/macro/Inputs/macro1.h b/clang/test/ASTMerge/macro/Inputs/macro1.h new file mode 100644 index 00000000000..96133949678 --- /dev/null +++ b/clang/test/ASTMerge/macro/Inputs/macro1.h @@ -0,0 +1,5 @@ +typedef void *VoidRef; + +void maybeNull( + int i, + _Nullable VoidRef *_Nullable); |