diff options
Diffstat (limited to 'test/SemaObjCXX/Inputs/nullability-consistency-3.h')
-rw-r--r-- | test/SemaObjCXX/Inputs/nullability-consistency-3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjCXX/Inputs/nullability-consistency-3.h b/test/SemaObjCXX/Inputs/nullability-consistency-3.h new file mode 100644 index 000000000000..a0c0d381bb8e --- /dev/null +++ b/test/SemaObjCXX/Inputs/nullability-consistency-3.h @@ -0,0 +1 @@ +void double_declarator1(int *__nonnull *); // expected-warning{{pointer is missing a nullability type specifier (__nonnull, __nullable, or __null_unspecified)}} |