aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/Inputs/nullability-consistency-4.h
blob: 984280c17ebeea2bc9ade6ba8f10cd73b2c8d277 (plain) (blame)
1
void double_declarator1(int * * __nonnull); // expected-warning{{pointer is missing a nullability type specifier (__nonnull, __nullable, or __null_unspecified)}}