// RUN: %clang_cc1 -fsyntax-only -Wnonnull -Wnullability %s -verify
// rdar://19160762
int * _Nullable ;
int *_Nonnull ;
int *
int * _Nullable ; // expected-note {{previous declaration is here}}
int *
int * _Nullable ;
int *
int * _Nullable ; // expected-note {{previous declaration is here}}
int *
int *
int