// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fsyntax-only -Warray-parameter -verify %s
void ; // expected-note {{previously declared as 'int[10]' here}}
void ; // expected-warning {{argument 'i' of type 'int[N]' with mismatched bound}}
void ;
void
static constexpr int Extent = 10;
void ;
void ; // no-warning
;
void // no-warning