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

