// RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 -pedantic -Werror %s
int a1 = ;
void
void
// Allowed by GNU extension
int a4 = ; // expected-error {{zero size arrays}}
; // expected-note {{forward declaration of 'Incomplete'}}
;
A a = ; // PR13971: don't hang.