// RUN: %clang_cc1 "-triple" "arm-linux-androideabi16" -fsyntax-only -verify %s
// RUN: %clang_cc1 -D WARN_PARTIAL -Wpartial-availability "-triple" "arm-linux-androideabi16" -fsyntax-only -verify %s
void ;
void ;
void ; // expected-note {{'f2' has been explicitly marked deprecated here}}
// expected-note-re@+2 {{'f3' has been marked as being introduced in Android 19 here, but the deployment target is Android 16{{$}}}}
void ;
void ; // expected-note{{explicitly marked unavailable}}
void ; // expected-note{{'f5' has been explicitly marked unavailable here}}
void
// rdar://10535640
;
;
;